home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1843 / 1843.xpi / update.rdf.tpl.xml < prev   
Extensible Markup Language  |  2009-07-29  |  986b  |  26 lines

  1. <?xml version="1.0"?>
  2. <r:RDF xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  3.        xmlns="http://www.mozilla.org/2004/em-rdf#">
  4. <!-- Firebug -->
  5. <r:Description about="urn:mozilla:extension:firebug@software.joehewitt.com">
  6.   <updates>
  7.     <r:Seq>
  8.       <r:li>
  9.         <r:Description>
  10.           <version>@VERSION@@RELEASE@</version>
  11.           <targetApplication>
  12.             <r:Description>
  13.               <id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
  14.               <minVersion>1.5</minVersion>
  15.               <maxVersion>3.9</maxVersion>
  16.               <updateLink>http://getfirebug.com/releases/firebug/@VERSION@/@LEAF@</updateLink>
  17.               <!-- A page describing what is new in this updated version -->
  18.                 <updateInfoURL>http://getfirebug.com/updateInfo/firebug1.5.xml</updateInfoURL>
  19.             </r:Description>
  20.           </targetApplication>
  21.         </r:Description>
  22.       </r:li>
  23.     </r:Seq>
  24.   </updates>
  25. </r:Description>
  26. </r:RDF>